home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi2 / delphite.exe / data.z / MAINTEST.DFM / MAINTEST.txt
Encoding:
Text File  |  1996-08-12  |  472 b   |  24 lines

  1. object Form1: TForm1
  2.   Left = 267
  3.   Top = 175
  4.   BorderStyle = bsSingle
  5.   Caption = 'Test AutoProj Automation Example'
  6.   ClientHeight = 62
  7.   ClientWidth = 272
  8.   Font.Color = clWindowText
  9.   Font.Height = -10
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object bRunAuto: TButton
  15.     Left = 20
  16.     Top = 21
  17.     Width = 234
  18.     Height = 20
  19.     Caption = 'Run Automation Server'
  20.     TabOrder = 0
  21.     OnClick = bRunAutoClick
  22.   end
  23. end
  24.